Skip to content

Conversation

shans96
Copy link

@shans96 shans96 commented May 22, 2023

Overview

Adding a new executor based on #3108. This new executor will be opt-in via configuration, use a ForkJoinPool to schedule tests, and won't use instances of ForkJoinPool to execute the tests (most likely, a separate ThreadPool will be used). By making use of this executor, developers that are testing code which makes use of a ForkJoinPool won't experience issues with multiple tests being started without prior tests being finished.


I hereby agree to the terms of the JUnit Contributor License Agreement.


Definition of Done

@marcphilipp
Copy link
Member

@shans96 Thanks for your PR and sorry for not getting back to you at the time! Since #3685 has advanced more, I'm closing this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants